home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / win31 / xpressa.arj / QUARK.INF < prev    next >
INI File  |  1992-11-17  |  27KB  |  794 lines

  1. ;
  2. ; quark.inf - Installer customizing file.
  3. ;
  4. ; notes:
  5. ;
  6. ; $Header
  7. ;
  8. ; $Log:   J:/vcs/winstall/quark.inv  $
  9.    
  10.       Rev 1.0   16 Nov 1992 14:33:50   LCH
  11.    Initial revision.
  12. ;    Rev 1.9   18 Aug 1992 17:44:56   lch
  13. ; Added readme support, compresse (C) flag.
  14. ;    Rev 1.8   30 Jul 1992 21:38:36   lch
  15. ; Demo update + other misc fixes.
  16. ;    Rev 1.7   21 Jul 1992 16:43:08   lch
  17. ; Gamma 11 build -- lots o' kludges!
  18. ;    Rev 1.6   20 Jul 1992 19:49:32   lch
  19. ; Pre Gamma-1 build.
  20. ;    Rev 1.5   16 Jul 1992 16:40:44   lch
  21. ; Beta 13 release... (w/ Jeff's changes).
  22. ;    Rev 1.4   01 Jul 1992 16:14:50   lch
  23. ; Beta 12 release.
  24. ;    Rev 1.3   02 Jun 1992 15:06:50   lch
  25. ; Added explanations for localization folks.
  26. ;    Rev 1.2   29 May 1992 11:14:38   lch
  27. ; Beta-9
  28. ;    Rev 1.1   28 May 1992 15:12:44   lch
  29. ; Beta-8 build -- changed to use multisel listboxes.
  30. ;    Rev 1.0   27 May 1992 12:52:12   lch
  31. ; Initial checkin.
  32.  
  33.  
  34. ; About This File
  35. ; ===============
  36. ;
  37. ; The information in this file determines
  38. ;
  39. ;   * All dialog strings.
  40. ;   * The names of the disks and directories from which, and to which, Install
  41. ;     copies files
  42. ;
  43. ;   * The name of the group that Install creates in Program Manager's window, and the
  44. ;     names of program items that Install adds to that group
  45. ;
  46. ; You can create your own Install program by changing some of the information
  47. ; in this file.
  48. ;
  49. ; The Parts of INSTALL.INF
  50. ; -------------------------
  51. ;
  52. ; INSTALL.INF is similar in format to a Windows initialization (.INI) file.
  53. ;
  54. ; Sections: INSTALL.INF is divided into sections. Each section is identified
  55. ;        by an alphanumeric name enclosed in square brackets.
  56. ;
  57. ;           Most section names are "hard-coded": Install is written to search for
  58. ;           in INSTALL.INF for that specific section name. However, some section
  59. ;           names are defined within other sections, and are therefore easily 
  60. ;           customizable.
  61. ;
  62. ; Comments: A comment begins with a semicolon. You can include a comment 
  63. ;           on the same line as syntax, as long as it comes after the syntax.
  64. ; Spaces:   Spaces are ignored, except when between double quotes.
  65. ;           Blank lines are also ignored.
  66. ;
  67. ; Special
  68. ;  Chars:   The ampersand (&) is a special character to Windows. In
  69. ;        those strings that appear in dialog boxes, the ampersand
  70. ;        transformed into an accelerator (an underscore below the
  71. ;        following character).
  72. ;
  73. ;        Special non-"non printable" characters (e.g.: return, formfeed, (r),
  74. ;        etc.) can be obtained by using C-style escapes (i.e.:
  75. ;        \n, \f, \256 (octal) [or \xAE (hex)] for the previous examples).
  76. ;
  77. ;        NOTE: All text *must* be entered on a single line. You can
  78. ;        format the text into multiple lines by inserting '\n' wherever
  79. ;        you want a line to break, but text strings in this file must typed
  80. ;        as one entire line.
  81. ;
  82. ;** Please do NOT localize any strings that are not inside double quotes (") **
  83. ;        
  84. ;
  85. ; Sections in This File
  86. ; ---------------------
  87. ; The rest of this file contains the actual sections and statements
  88. ; that make up the working file. It also includes comments that 
  89. ; explain each section and statement.
  90. ;
  91.  
  92. [data]
  93. ; The [data] section includes misc. information about the
  94. ; location application.
  95.   name        = "QuarkXPress for Windows"
  96. ;do not localize
  97.   regfile    = xpress.reg
  98.  
  99.   Black        = 0x00000000
  100.   Red        = 0x000000FF
  101.   Green        = 0x0000FF00
  102.   Blue        = 0x00FF0000
  103.   Cyan        = 0x00FFFF00
  104.   Magenta    = 0x00FF00FF
  105.   Yellow    = 0x0000FFFF
  106.   White        = 0x00FFFFFF
  107.  
  108.  
  109. [message]
  110.   changed = "Changing this path will require you to reimport all associated pictures for the affected QuarkXPress documents.  Do you want to do this?"
  111.   complete = "Install complete."
  112.  
  113. [dialog]
  114. ; The [dialog] section contains information pertaining to Install's dialog box. 
  115. ;
  116. ; The Caption statement determines the text that appears in the title bar 
  117. ; of Install's dialog box. 
  118. ;
  119. ; The following Caption statement specifies the caption "Demo App Installation".
  120. ; To specify your own caption, replace the text "Demo App Installation" with the 
  121. ; title you want (enclosed in double quotes).
  122.  
  123.   caption = "QuarkXPress for Windows Installer"
  124.   continue = "&Continue"
  125.   next = "&Next"
  126.   abortinstall = "&Abort Install"
  127.   ok = "OK"
  128.   cancel = "Cancel"
  129.   install = "&Install"
  130.   abortreg = "&Abort Installation"
  131.   quit = "&Quit"
  132.  
  133.  
  134. [demo.dialog]
  135.   caption = "Demo QuarkXPress for Windows Installer"
  136.   abortinstall = "&Abort Install"
  137.   ok = "OK"
  138.   cancel = "Cancel"
  139.   install = "&Install"
  140.  
  141. [dialog.splash]
  142.   color = "Favorite &Color Scheme:"
  143.   para1 = "Welcome to the QuarkXPress\256 for Windows Installation and Registration program. This program will install QuarkXPress and create your User Registration File."
  144.   para2 = "By completing the Installation/Registration procedure, you agree to the terms of the QuarkXPress Software License and Limited Warranty Agreement located on the disk packet."
  145.   para3 = "The Registration program makes use of fields that have associated drop-down lists. Clicking on the arrow button displays a list with possible entries for the field, as shown in the example below."
  146.   copyright = "\251 1989-1992 Quark, Inc.\nAll Rights Reserved\nU.S. Patent Pending, Quark, Inc."
  147.  
  148.  
  149. ;For list comboboxes (those beginning with [combo*]):  If no number is given,
  150. ;the first entry becomes the default (selected). The combo box is not sorted,
  151. ;so the entries will appear as you list them.
  152. [combo.dialog.splash.color]
  153. "Current"
  154. "Black"
  155. "Red"
  156. "Green"
  157. "Blue"
  158. "Cyan"
  159. "Magenta"
  160. "Yellow"
  161. "White"
  162.  
  163.  
  164. [dialog.reg]
  165.   caption = "Product Registration"
  166.   title = "Please enter your registration information."
  167.   serialnum = "Serial &Number:"
  168.   phone = "Area Code/&Phone:"
  169.   contact = "&Contact:"
  170.   lname = "&Last Name"
  171.   fname = "&First Name"
  172.   mi = "M.I."
  173.   companyname = "Co&mpany Name:"
  174.   companyaddr = "Street &Address:"
  175.   city = "C&ity:"
  176.   state = "&State/Province:"
  177.   zip = "&ZIP/Postal Code:"
  178.   country = "C&ountry:"
  179.   purdate = "QuarkXPress Purchase &Date :"
  180.   dealername = "QuarkXPress &Dealer Name:"
  181.   dealercity = "&Dealer\x92s City and State/Province:"
  182.  
  183. [dialog.reg.intl]
  184.   country = "C&ountry:"
  185.   lname = "&Last Name:"
  186.   fname = "&First Name:"
  187.   addr = "Postal &Address:"
  188.   phone = "&Phone:"
  189.   fax = "&FAX:"
  190.   alloneline = "(Please do not put all details on one line)"
  191.   dealercity = "&Dealer\x92s Address:"
  192.  
  193. [combo.dialog.reg.contact]
  194. "Dr."
  195. "Miss"
  196. "Mr."
  197. "Mrs."
  198. "Ms."
  199.  
  200. [combo.dialog.reg.country]
  201. "U.S.A."
  202. "Canada"
  203.  
  204. [combo.dialog.reg.intl.country]
  205. "Canada"
  206. "Denmark"
  207. "Finland"
  208. "Germany"
  209. "India"
  210. "Malaysia"
  211. "Norway"
  212. "Singapore"
  213. "Sweden"
  214. "Switzerland"
  215. "Turkey"
  216. "U.K."
  217.  
  218. [dialog.sysinfo]
  219.   caption = "System Information"
  220.   title = "This information will help Quark\x92s Technical Support staff assist you."
  221.   numpcs = "Approximate number of PCs at your &location:"
  222.   printers = "PostScript &Printers: (please select all that apply)"
  223.   scanner = "&Scanner:"
  224.   otherprinters = "Other &Printers:"
  225.   nettype = "&Network Type:"
  226.   netsoftware = "&Network Software:"
  227.   otherapps = "What other PC &applications do you use?"
  228.  
  229. [combo.dialog.sysinfo.numpcs]
  230. "1"
  231. "2"
  232. "3-5"
  233. "6-10"
  234. "11-20"
  235. "21-100"
  236. "101-500"
  237. "501+"
  238.  
  239. [listbox.dialog.sysinfo.printers]
  240. "Apple Computer"
  241. "Hewlett-Packard"
  242. "I.B.M."
  243. "Texas Instruments"
  244. "Okidata"
  245. "Canon"
  246. "Brother"
  247. "NEC"
  248. "Oc\xE9"
  249. "QMS"
  250. "Linotronic"
  251. "AGFA"
  252.  
  253. [combo.dialog.sysinfo.scanner]
  254. "None"
  255. "Abaton"
  256. "Apple"
  257. "Barneyscan"
  258. "Crossfield"
  259. "Datacopy"
  260. "Dest"
  261. "Hewlett-Packard"
  262. "Howtek"
  263. "Microtek"
  264. "New Image Tech"
  265. "Scitex"
  266. "Sharp"
  267. "Thunderware"
  268. "Truevel"
  269.  
  270. [combo.dialog.sysinfo.nettype]
  271. "None"
  272. "LocalTalk"
  273. "Arcnet"
  274. "PhoneNet"
  275. "Ethernet"
  276. "Token Ring"
  277. "Other"
  278.  
  279. [combo.dialog.sysinfo.netsoftware]
  280. "None"
  281. "AppleShare"
  282. "LANtastic"
  283. "Novell NetWare"
  284. "Banyan Vines"
  285. "LAN Manager"
  286. "Other"
  287.  
  288.  
  289. [dialog.userinfo]
  290.   caption = "User Information Survey"
  291.   title = "This information will help us serve you more efficiently."
  292.   learn = "How did you &learn about QuarkXPress?"
  293.   business = "What is your primary type of &business?"
  294.   create = "What do you &create with QuarkXPress? (please select all that apply)"
  295.   othercreate = "&Other:"
  296.   publications = "What professional &publications do you read? (please select all that apply)"
  297.   otherpublications = "&Other:"
  298.   comments = "Co&mments:"
  299.  
  300. [combo.dialog.userinfo.learn]
  301. "Dealer"
  302. "Another user"
  303. "Trade show"
  304. "Service bureau"
  305. "MacWEEK"
  306. "MacUser"
  307. "MacWorld"
  308. "Macintosh News"
  309. "InfoWorld"
  310. "Byte"
  311. "PC Week"
  312. "PC World"
  313. "PC Magazine"
  314. "PC Computing"
  315. "PC Publishing"
  316. "Publish!"
  317.  
  318. [combo.dialog.userinfo.business]
  319. "Newspaper publisher"
  320. "Book publisher"
  321. "Catalog publisher"
  322. "Magazine publisher"
  323. "Advertising agency"
  324. "Graphic design"
  325. "Service bureau"
  326. "Computer-related"
  327.  
  328. [listbox.dialog.userinfo.create]
  329. "Advertisements"
  330. "Annual reports"
  331. "Books"
  332. "Brochures"
  333. "Magazines"
  334. "Newspapers"
  335. "Newsletters"
  336. "Catalogs"
  337.  
  338. [listbox.dialog.userinfo.publications]
  339. "MacWEEK"
  340. "MacUser"
  341. "MacWorld"
  342. "Macintosh News"
  343. "InfoWorld"
  344. "Byte"
  345. "PC Week"
  346. "PC World"
  347. "PC Magazine"
  348. "PC Computing"
  349. "PC Publishing"
  350. "Publish"
  351.  
  352.  
  353. [dialog.choice]
  354.   caption = "QuarkXPress for Windows Registration"
  355.   para1 = "Click OK to install QuarkXPress and create your User Registration File. Click the appropriate button if you want to review or change previously entered information."
  356.   prodreg = "Product Registration"
  357.   sysinfo = "System Information"
  358.   userinfo = "User Info. Survey"
  359.  
  360.  
  361. [dialog.thanks]
  362.   para1 = "Thank you for using Quark\x92s electronic registration! Please use the enclosed postage-paid mailer to send us your User Registration Disk as soon as possible. Be sure to include your name and telephone number on the disk."
  363.   para2 = "You must return your User Registration Disk to receive the benefits of the 90-Day Limited Warranty and the 90-Day Service Plan, as well as to qualify for future upgrade offers."
  364.  
  365. ; *** Start of actual installation ***
  366.  
  367. [dialog.startinst]
  368.   para = "To begin installation of QuarkXPress and to copy auxiliary files, click OK. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  369. [demo.dialog.startinst]
  370.   para = "To begin installation of Demo QuarkXPress and to copy auxiliary files, click OK. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  371.  
  372. [dialog.installdir]
  373.   para = "Please enter the directory in which you would like to install QuarkXPress."
  374.   customize = "&Customize..."
  375. [demo.dialog.installdir]
  376.   para = "Please enter the directory in which you would like to install Demo QuarkXPress."
  377.  
  378. [dialog.customize]
  379.   caption = "Select Items to Install"
  380.   section = "&Items:"
  381.   path = "&Path:"
  382.   install = "&Install Highlighted Item"
  383.   update = "&Update Highlighted Item"
  384.   delete = "D&elete Highlighted Item (!)"
  385.   reinstall = "&Reinstall Highlighted Item"
  386.   disabled_subsection = "No Details"
  387.   view_subsection = "View &Details"
  388.   hide_subsection = "Hide &Details"
  389.   browse = "&Browse..."
  390.   totals = "Totals:"
  391.  
  392. [dialog.browse]
  393.   caption = "Select Directory"
  394.   directories = "&Directories:"
  395.   drives = "Dri&ves:"
  396.  
  397. [dialog.fileerror]
  398.   caption = "File Error"
  399.   exit = "Exit"
  400. [demo.dialog.fileerror]
  401.   caption = "File Error"
  402.   exit = "Exit"
  403.  
  404. [dialog.insertdisk]
  405.   para = "Please insert the following disk:"
  406. [demo.dialog.insertdisk]
  407.   para = "Please insert the following disk:"
  408.  
  409. [dialog.progress]
  410.   text = "Press F3 to abort."
  411. [demo.dialog.progress]
  412.   text = "Press F3 to abort."
  413.  
  414.  
  415. [disks]
  416. ; The [disks] section defines the distribution disks that contain the application 
  417. ; files. Install uses this information to tell the user to insert the correct disk.
  418. ; Elsewhere within this .INF file, the distribution disks are normally referred to
  419. ; by a single-character disk ID. This section defines those disk IDs, and includes 
  420. ; information about the disk to which each disk ID refers.
  421. ;
  422. ; The disk ID '0' is reserved; it represents the system directory.
  423. ;
  424. ; The format of each disk definition is:
  425. ;     n = path, title
  426. ;
  427. ;  where
  428. ;     n       is the disk ID (a single character from 1-9 or A-Z).
  429. ;
  430. ;     path    the path of the source directory from which Install should copy 
  431. ;             the files to the disk. The path can be relative to the
  432. ;             source directory (see examples below).
  433. ;
  434. ;     title   is a descriptive name for the disk. The title should match 
  435. ;             the disk's printed or written label exactly.
  436. ; The following disk-definition statements define two distribution disks.
  437.  
  438.   1 =.,            "QuarkXPress for Windows  Disk 1"
  439.   2 =.,            "QuarkXPress for Windows  Disk 2"
  440.   3 =.,            "QuarkXPress for Windows  Disk 3"
  441.   4 =.\tutorial,    "QuarkXPress for Windows  Disk 4"
  442.   5 =.\samples,        "QuarkXPress for Windows  Disk 5"
  443.   6 =.,            "QuarkXPress User Registration Disk"
  444.   7 =.\samples,    "QuarkXPress for Windows  Disk 1"
  445.   0 =.,            "Windows Directory"
  446.   x =c:\,        "Root directory"
  447.   y =.,            "Temporary Directory"
  448.   z =.,            "Install Directory"
  449.  
  450.  
  451. ; The first statement tells Install to refer to Disk 1.
  452. ; Because the period (.) denotes the current directory, the files 
  453. ; on that disk will be copied from the root directory of the
  454. ; distribution disk.
  455. ;
  456. ; You can include as many disk-definition statements as necessary. Every 
  457. ; distribution disk should have a corresponding disk-definition statement;
  458. ; otherwise, Install cannot tell the user to insert the appropriate disk.
  459.  
  460. ; The following [app.copy.appstuff] section contains section-definition
  461. ; statements. Each statement defines a section that lists application files
  462. ; to be copied as part of installation. The sections are organized by file 
  463. ; destination; you should define a separate section for each destination 
  464. ; directory.
  465. ;
  466. ; Each section definition has the following form:
  467. ;
  468. ;     [x:]dest_pathname#section_name, section_label, buffer_size, [,flags]
  469. ;    [,bitmap]
  470. ;        -or-
  471. ;     [x:]full_filename, file_title, file_size, [,flags] [,bitmap]
  472. ;
  473. ; where
  474. ;
  475. ;     #section_name    defines the name of the .INF section that lists the
  476. ;                      files to be copied (must start with IDS_GRPPREFIX).
  477. ;
  478. ;     dest_pathname    is the path name of the destination directory, relative
  479. ;                      to the installation directory for file entries and
  480. ;               explicit target directories if a group is specified.
  481. ;            (Note: "0:" is a special disk ID that represents the
  482. ;            WINDOWS system directory (the directory usually labeled
  483. ;            "\WINDOWS\system"), , and "z:" represents the install
  484. ;            destination path (eg: "c:\xpress")).
  485. ;
  486. ;     label/title    title displayed in the setup dialog for user's benefit
  487. ;
  488. ;     file_size           file size
  489. ;
  490. ;     buffer_size    additional buffering size (for newly created files and
  491. ;            such)
  492. ;
  493. ;     flags           S=selected; V=version checking (swaps childrens' state
  494. ;            if present in a group declaration), D=display children;
  495. ;            B=broken file (to be assembled into one larger file);
  496. ;            I=The file is shared (like many DLLs);C=compressed
  497. ;            file; G=not seperately selected;N=install only if
  498. ;            international;M=give special message if trying to
  499. ;            change file path (message.changed);R=install only if
  500. ;            registration;x=dummy flag (must have at least one flag
  501. ;            per section).
  502. ;
  503. ;            NOTE: The action of the switches are inherited from
  504. ;            a file's parents; any switches set on children will
  505. ;            invert (XOR) the switch setting inherited from the
  506. ;            item's parents.
  507. ;
  508. ;     bitmap        This optional item is the resource number of a bitmap
  509. ;            included in the .rc file. This bitmap is displayed
  510. ;            beside the item when examined by the customize dialog.
  511. [app.copy.appstuff]
  512.   c:\xpress#app.xpress,        "QuarkXPress for Windows",    0,    SD
  513. [demo.app.copy.appstuff]
  514.   c:\xprsdemo#app.demo.xpress,    "Demo QuarkXPress for Windows",    0,    SD
  515.  
  516. [app.xpress]
  517.   .#app.appl,            "Application Files",    0,    D
  518.   .#app.xtensions,        "XTensions",        0,    D
  519.   .\tutorial#app.tutorial,    "Tutorial Files",    0,    D
  520.   .\samples#app.samples,    "Sample Files",        0,    D
  521.  
  522. [app.demo.xpress]
  523.   .\samples#app.demo.samples,    "Sample Files",        0,    D
  524.   .#app.demo.appl,        "Application Files",    0,    D
  525.   .#app.xtensions,        "XTensions",        0,    D
  526.  
  527. [app.appl]
  528.   1:reginfo.dat,    "Quark User Registration",    30000,    GR
  529.   1:xpress.dct,        "Dictionary",            270000,    C,    dct_ico
  530.  
  531.   .\xpress.exe#app.application,    "Application",        0,    BDG
  532.  
  533.   3:olelib.dll,        "Quark OLE DLL",        60000,    CG,    packager.exe
  534.   3:xpr.dll,        "Quark Support DLL",        65000,    CNG
  535.   3:xpress.hlp,        "Help File",            160000,    C,    winhelp.exe
  536.   .#app.readmes,    "Release Notes",        0,    D
  537.   .#app.filters,    "Import Filters",        0,    D
  538.  
  539. [app.demo.appl]
  540.   1:reginfo.dat,    "Quark User Registration",    30000,    GR
  541.   1:xpress.dct,        "Dictionary",            270000,    C,    dct_ico
  542.  
  543.   .\xpress.exe#app.application,    "Application",        0,    BDG
  544.  
  545.   3:olelib.dll,        "Quark OLE DLL",        60000,    CG,    packager.exe
  546.   3:xpr.dll,        "Quark Support DLL",        65000,    CNG
  547.   3:xpress.hlp,        "Help File",            160000,    C,    winhelp.exe
  548.  
  549.   .#app.filters,    "Import Filters",        0,    D
  550.  
  551.  
  552. [app.application]
  553.   2:xpress.0xe,        "part 1",            512000,    C
  554.   2:xpress.1xe,        "part 2",            512000,    C
  555.   2:xpress.2xe,        "part 3",            512000,    C
  556.   2:xpress.3xe,        "part 4",            512000,    C
  557.   3:xpress.4xe,        "part 5",            512000,    C
  558.   3:xpress.5xe,        "part 6",            512000,    C
  559.   3:xpress.6xe,        "part 7",            20000,    CN
  560.  
  561. [app.filters]
  562.   3:drwfiltr.flt,    "Micrografx Designer 1.0",    60000,    C,    drwflt_ico
  563.   3:hpgl.flt,        "HPGL Graphics",        50000,    C,    hpglflt_ico
  564.   3:cgmfiltr.flt,    "Computer Graphics Metafile",    50000,    C,    cgmflt_ico
  565.  
  566. [app.xtensions]
  567.   3:xtags.xxt,        "XPress Tags",            60000,    C,    xxt_ico
  568.   3:write.xxt,        "Write for Windows",        15000,    C,    xxt_ico
  569.   3:word1.xxt,        "Word for Windows 1.x",        42000,    C,    xxt_ico
  570.   3:word2.xxt,        "Word for Windows 2.0",        67000,    C,    xxt_ico
  571.   3:ktedit.xxt,        "Kern/Track Editor",         40000,    C,    xxt_ico
  572.   3:amiread.dll,    "Ami Pro",            105000,    C,    xxt_ico
  573.   3:wpread.dll,        "Word Perfect 5.1",        68000,    C,    xxt_ico
  574.   3:xyfilter.xxt,    "XyWrite III Plus",        100000,    C,    xxt_ico
  575.   3:readreg.xxt,    "Registration",            60000,    CR,    xxt_ico
  576.  
  577. [app.readmes]
  578.   3:readme.wri,        "Release Notes",        15000,    C,    write.exe
  579.   3:printing.wri,    "Printing Notes",        60000,    C,    write.exe
  580.   3:OLE.wri,        "OLE Notes",            25000,    C,    write.exe
  581.  
  582. [app.samples]
  583.   .\document#app.samdocs,    "Documents",        0,    G
  584.   .\library#app.samlibs,    "Libraries",        0,    G
  585.   .\pictures#app.sampics,    "Pictures",        0,    G
  586.   .\text#app.samtxts,        "Text Files",        0,    G
  587.  
  588. [app.demo.samples]
  589.   7:beachcrz.qxd,    "Sample Document",        60000,    x,    doc_ico
  590.   7:cruiser.eps,    "Sample EPS File",        30000,    x,    eps_ico
  591.   7:oldbike.eps,    "Sample EPS File",           260000,    x,    doc_ico
  592.   7:wavepict.pcx,    "Sample PCX File",         3000,    x,    pcx_ico
  593.   7:worldcup.qxd,    "Sample Document",           290000,    x,    doc_ico
  594.  
  595. [app.samdocs]
  596.   5:beachcrz.qxd,    "Sample Document",        60000,    x,    doc_ico
  597.   5:cruiser.eps,    "Sample EPS File",        30000,    x,    eps_ico
  598.   5:oldbike.eps,    "Sample EPS File",           260000,    x,    doc_ico
  599.   5:wavepict.pcx,    "Sample PCX File",         3000,    x,    pcx_ico
  600.   5:worldcup.qxd,    "Sample Document",           290000,    x,    doc_ico
  601.  
  602. [app.samlibs]
  603.   5:biking.eps,        "Sample EPS File",        20000,    x,    eps_ico
  604.   5:bicycle.wmf,    "Sample Windows Metafile",    20000,    x,    eps_ico
  605.   5:qdropcap.eps,    "Sample EPS File",        45000,    x,    eps_ico
  606.   5:sample.qxl,        "Sample Library",        75000,    x,    qxl_ico
  607.   5:xdropcap.eps,    "Sample EPS File",        35000,    x,    eps_ico
  608.  
  609. [app.sampics]
  610.   5:biker.tif,        "Sample TIFF File",        70000,    x,    tiff_ico
  611.   5:bikers.pcx,        "Sample PCX File",        15000,    x,    pcx_ico
  612.   5:cyclist.eps,    "Sample EPS File",        25000,    x,    eps_ico
  613.   5:wheelart.eps,    "Sample EPS File",        25000,    x,    eps_ico
  614.  
  615. [app.samtxts]
  616.   5:xprstags.xtg,    "Sample QuarkXPress Tags File",     5000,    x,    xtag_ico
  617.   5:richtext.rtf,    "Sample RTF File",         5000,    x,    rtf_ico
  618.   5:ascii.txt,        "Sample Text File",         5000,    x,    notepad.exe
  619.   5:word40.doc,        "Sample MS-Word 4.0 File",     5000,    x,    winword.exe
  620.   5:mswrite.wri,    "Sample MS-Write File",         5000,    x,    write.exe
  621.  
  622. [app.tutorial]
  623.   .\color#app.tutclr,        "Documents",        0,    G
  624.   .\finished#app.tutfin,    "Libraries",        0,    G
  625.   .\layout#app.tutlay,        "Layout Files",        0,    G
  626.   .\pictures#app.tutpics,    "Pictures",        0,    G
  627.   .\type#app.tuttype,        "Type Files",        0,    G
  628.   .\wordproc#app.tutwp,        "Word Processing Files",    0,    G
  629.  
  630. [app.tutclr]
  631.   4:bikers.pcx,        "Tutorial PCX File",         15000,    x,    pcx_ico
  632.   4:biketour.qxt,    "Tutorial QuarkXPress Template",     65000,    x,    doc_ico
  633.  
  634. [app.tutfin]
  635.   4:fintype.qxd,        "Tutorial Document",      15000,    x,    doc_ico
  636.   4:finpicts.qxd,        "Tutorial Document",     25000,    x,    doc_ico
  637.   4:finword.qxd,        "Tutorial Document",      20000,    x,    doc_ico
  638.   4:fincolor.qxd,        "Tutorial Document",      65000,    x,    doc_ico
  639.   4:finlayou.qxd,        "Tutorial Document",    105000,    x,    doc_ico
  640.  
  641. [app.tutlay]
  642.   4:newstemp.qxt,        "Tutorial Document",      90000,    x,    doc_ico
  643.   4:gears.eps,            "Tutorial EPS File",     95000,    x,    eps_ico
  644.   4:handle.eps,            "Tutorial EPS File",      30000,    x,    eps_ico
  645.   4:pedal.eps,            "Tutorial EPS File",      25000,    x,    eps_ico
  646.   4:text1.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  647.   4:text2.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  648.   4:text3.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  649.  
  650. [app.tutpics]
  651.   4:wheeltem.qxt,        "Tutorial QuarkXPress Template",      10000,    x,    doc_ico
  652.   4:picstory.txt,        "Tutorial Text File",      5000,    x,    notepad.exe
  653.   4:wheelart.eps,        "Tutorial EPS File",      25000,    x,    eps_ico
  654.  
  655. [app.tuttype]
  656.   4:sprocket.qxt,        "Tutorial QuarkXPress Template",      15000,    x,    doc_ico
  657.  
  658. [app.tutwp]
  659.   4:lettext.txt,        "Tutorial Text File",      1000,    x,    notepad.exe
  660.   4:spokeart.eps,        "Tutorial EPS File",      50000,    x,    eps_ico
  661.   4:samplett.qxt,        "Tutorial QuarkXPress Template",      15000,    x,    doc_ico
  662.  
  663. [progman.groups]
  664. ; The [progman.groups] section (optional) tells Install to create Program 
  665. ; Manager groups for your application. (Install then uses DDE to communicate 
  666. ; with Program Manager.)
  667. ;
  668. ; The section lists the names of the groups you want to create. You then 
  669. ; define additional sections in this file; those sections list the program 
  670. ; items you want in each group.
  671. ;
  672. ; The syntax for each group name is:
  673. ;
  674. ;     groupname, [groupfile.grp]
  675. ;
  676. ; where
  677. ;
  678. ;     groupname      is the title you want Program Manager to display
  679. ;                    under the icon that represents the group. (The 
  680. ;                    groupname will also be the name of the section
  681. ;                    that defines the contents of the group.)
  682. ;
  683. ;     groupfile.grp  is the filename of the file in which Program Manager
  684. ;                    will save information about the group. (You must include
  685. ;                    the .GRP filename extension.) This parameter is optional;
  686. ;                    if you omit it, Install uses a default name for the 
  687. ;                    group file.
  688. ;
  689. ; The following group-definition statement tells Install to create a group named
  690. ; Demo, and store its information in a file named DEMO_APP.GRP. The [demo] section
  691. ; will contain information about the group's contents.
  692.  
  693.   QuarkXPress, XPress.grp
  694. [demo.progman.groups]
  695.   "Demo QuarkXPress", XPrsdemo.grp
  696.  
  697.  
  698. ; This section is a user-defined section that define the contents of a
  699. ; Program Manager group file. The [progman.groups] section defines
  700. ; the name of this section and the group, and the name of the file in which
  701. ; to store information about the group.
  702. ;
  703. ; In each section like this one, you should list all items that you want Install
  704. ; to add to the group.
  705. ;
  706. ; The syntax for item-definition statements is: 
  707. ;
  708. ;     "Description",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  709. ;
  710. ;where
  711. ;
  712. ;     Description   is the text that will appear below the program icon 
  713. ;                   when displayed in the Program Manager group.
  714. ;
  715. ;     ICONFILE.EXE  is the application file that contains the icon you
  716. ;                   want to represent the application. Typically, this is 
  717. ;                   the executable application file, but it could be a 
  718. ;                   different file. (You can also specify a _ico file,
  719. ;            created using the SDKPaint tool.) This parameter is
  720. ;            optional; if you omit it, Install will use the first
  721. ;            icon it finds in APPFILE.EXE.
  722. ;
  723. ;     N             is the offset of the icon you want to use within the file
  724. ;                   ICONFILE.EXE. This parameter is optional; if you omit it, 
  725. ;                   Install uses the first icon it finds in ICONFILE.EXE.
  726. ;                   You must include this parameter if the file you specify
  727. ;                   contains more than one icon, and you want to use an icon
  728. ;                   other than the first icon. 
  729. ;
  730. ;                   To use the Nth icon, specify the number N-1. For example,
  731. ;                   to use the third icon, specify 2.
  732. ;
  733. ; For example, the following item-definition statement tells Install to add an item
  734. ; titled "Demo Application" to Program Manager. The application command line
  735. ; is FILE1.FOO; the file that contains the application icon is DEMO.ICO
  736. [QuarkXPress]
  737.   "QuarkXPress for Windows", XPress.exe,
  738.   "Printing Notes", printing.wri,
  739.   "OLE Notes", OLE.wri,
  740.   "Release Notes", readme.wri,
  741. ["Demo QuarkXPress"]
  742.   "Demo QuarkXPress for Windows", XPress.exe
  743.  
  744. ; This section defines any number of application-specific preferences files
  745. ; to be built or added to, if preexisting. The function and form of the
  746. ; arguments parallel the WritePrivateProfileString(...) call. If the
  747. ; lpFileName is NULL, WIN.INI (using WriteProfileString(...)) is used as the
  748. ; filename. WIN.INI should not explicitly be used since the file is opened
  749. ; while Windows in running and must be accessed by WriteProfileString(...).
  750. ; The arguments can use logical file names (like "0:" for the install
  751. ; directory, or "z:" the destination directory).
  752. [setup.prefsfiles]
  753.   "Extensions", "qxd", "XPress.exe ^.qxd"
  754.   "Extensions", "qxt", "XPress.exe ^.qxt"
  755.  
  756. ; This section defines any number of application-specific readme files
  757. ;
  758. ; executable,readme file,description,[icon_name]
  759. ;
  760. ; show state (flag value for SW_ flags)
  761. ;
  762. [setup.execfiles]
  763.   "regedit.exe /s","z:xpress.reg","Registering XPRESS.EXE with Windows",5
  764.   "write.exe","z:readme.wri","MS-Write Release Notes",5
  765.  
  766. [setup.buildfiles]
  767.   z:xpress.reg
  768.  
  769. [xpress.reg]
  770.   "REGEDIT"
  771.   "ENTRIES FOR QuarkXPress"
  772.   "HKEY_CLASSES_ROOT\.qxd = xprsfile"
  773.   "HKEY_CLASSES_ROOT\.qxt = xprsfile"
  774.   "HKEY_CLASSES_ROOT\xprsfile = QuarkXPress"
  775.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\open\\command = ","z:xpress.exe"," %1"
  776.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\print\\command = ","z:xpress.exe"," /p %1"
  777.